continuation code

英 [kənˌtɪnjuˈeɪʃn kəʊd] 美 [kənˌtɪnjuˈeɪʃn koʊd]

网络  继续码

计算机



双语例句

  1. In Ruby, execution resumes at the line of code immediately after the original callcc that captured the continuation.
    在Ruby中,执行会在紧接着捕获continuation的原callcc之后的代码行处继续进行。
  2. Python Standard Library has a high proportion of source code& but the source code exists as a continuation and elaboration of the prose; the source code explains rather than merely being explained.
    PythonStandardLibrary中源代码占了很大比例―但是源代码是作为叙述的延伸和详细过程存在的;源代码解释问题而不仅是被解释。
  3. Call with continuation gives you a code block, and the continuation ( or a saved call stack, with instance variables), which you assign to a variable.
    用continuation进行调用使您获得一个代码块和指派给变量的continuation(或已保存的调用堆栈,其中有实例变量)。
  4. The implementation of continuation depends on byte code transformation.
    Continuation的实现需要字节码转换的支持。